Tom-ahawk
Tom-ahawk
Maybe it’s just me, but the moon always looks so stationary 😊 Can this pictures bee of any help, maybe I can make some cartoonish version of the pictures ?...
I have changed to: card_urls: - https://raw.githubusercontent.com/cbulock/lovelace-battery-entity/master/tracker.json I am not getting any errors in the HA-log, but the "battery-entity" card does not show up in the "tracker-card"? resources: - type:...
I hope this feature will come so another sensor can dictate the threshold color like: ``` type: custom:apexcharts-card experimental: color_threshold: true graph_span: 1d span: start: day series: - entity: sensor.nordpool_kwh_oslo...
I have the same issue when toggle:  ``` type: entities entities: - entity: input_boolean.test_2 card_mod: style: | :host { --card-mod-icon: {% if is_state('input_boolean.test_2','on') %} -mdi:thumb-up; {% elif is_state('input_boolean.test_2','off') %}...
Using: ``` type: custom:flex-table-card entities: include: sensor.yahoofinance* columns: - name: Trend data: icon - name: Råvarer data: friendly_name - name: Pris $US data: state - name: ∆% data: regularMarketChangePercent ```...
Got it working like this: ``` - name: Link data: symbol modify: '''Y''' ```
Lovelace-header-cards so that the cards in the header can be different (or disabled) on a per view basis is also a welcomed functionality. Thanks for the mushroom-chips-car tip.
Did find some more technical documentation [FurureHome-Modeswitch tec.pdf](https://github.com/zwave-js/node-zwave-js/files/7920832/FurureHome-Modeswitch.tec.pdf)
Its possible to get moon data from ipgeolocation.io like: ``` - platform: rest resource: https://api.ipgeolocation.io/astronomy?apiKey=MyKey&location=MyTown,MyCountry name: Moon API scan_interval: 1200 json_attributes: - date - current_time - moonrise - moonset -...
I am getting this issue spamming my log in HA: `2023-10-03 18:48:29.248 WARNING (MainThread) [zigpy.zcl] [0xDE54:1:0xfeed] Unknown cluster command 42 b''` Talked to the producer (Eva Smarthus ) and they...