Georgian-speaking users who want a local-first, secure smart home dashboard without relying on Google Home, Alexa, or Russian/English-only interfaces.
const toggle = () => const newState = !isOn ? 'ON' : 'OFF'; publish(topic, newState); ; h0us3 qartulad
Your home. Your language. Your rules.
"id": "rule_leak_alert", "trigger": "type": "sensor", "device_id": "leak_bathroom", "condition": "value == 1" , "action": "type": "notify", "message_ka": "გაჟონვა აბაზანაში!", "tts": true , "enabled": true, "created_by": "admin" Georgian-speaking users who want a local-first, secure smart
Name: h0us3 qartulad („ჰაუს ქართულად“ – “House in Georgian”) Georgian-speaking users who want a local-first
export const LightToggle = ( id, name_ka, topic, isOn : LightProps) => const t = useTranslation();