問題タブ [home-assistant]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
home-assistant - lovelace-floorplan では、ホーム アシスタントのタブをナビゲートできますか?
picture-elements のように、 lovelace-floorplanを使用して Home Assistant タブをナビゲートできるかどうかを知りたいです。この場合、この機能を構成するための yaml の例をいくつか提供していただけますか?
私の知る限り、inkscape は SVG ファイルにリンクを追加するために使用できます。目的は達成できますが、問題はタブだけでなく、ホーム アシスタント全体がリロードされることです (時間とリソースの無駄です)。
home-assistant - Switch on Fan Based on Humidity readings controlled by Homeassistant
I have a Humidity problem under my House and would like to read the Humidity under my House and Outside my House. Based on the two values I like to switch on a FAN. All that should be controlled by Homeassistant running on a Rasberry Pie. I am new to all this so please be detailed if you please be so kind.
- What Sensors would be good for this kind of Application
- What switch would work
- How do I setup the
If (HumiditySensor1-HumiditySensor2) > configuredValue Than SwitchOn(Fan)
logic