Skip to content

Instantly share code, notes, and snippets.

View mmacinko's full-sized avatar
🎯
Focusing

Marijo Mačinković mmacinko

🎯
Focusing
View GitHub Profile
blueprint:
name: ZHA - Tuya 4-Button Scene Switch
description: Automate your Tuya 4-Button Scene Switch using ZHA events.
domain: automation
input:
tuya_4button_scene_switch:
name: Tuya 4-Button Scene Switch
description: Tuya 4-Button Scene Switch to use
selector:
device:
<catalog_product_view>
<reference name="right">
<action method="unsetChild"><name>catalog.product.related</name></action>
</reference>
<reference name="content">
<action method="insert"><blockName>catalog.product.related</blockName><siblingName></siblingName><after>1</after></action>
</reference>
</catalog_product_view>
@mmacinko
mmacinko / dabblet.css
Created February 16, 2013 00:36
Simple tab navigation
/**
* Simple tab navigation
*/
.tab-nav {
margin: 0;
padding-left: 10px;
}
.tab-nav li {
display: block;