Edward Firmo
Edward Firmo
Are you using ESPHome Web for flashing? That should inform you when erasing, flashing and when the transfer is done.
> no matter what network configuration in my yaml file (static ip) I don't see the static ip on your yaml. Could you please share that again? It's fine if...
Hey @vshijiav, any update to this?
Please try this: ```yaml substitutions: # Settings - Editable values device_name: "test" friendly_name: "test" wifi_ssid: !secret wifi_ssid wifi_password: !secret wifi_password nextion_update_url: "http://homeassistant.local:8123/local/nspanel_eu.tft" # Optional # Add-on configuration (if needed) #...
Hey @vshijiav, any update to this?
Help me on thinking how this should be implemented. On the panel as it is now, I can assign entities to the buttons and when clicking the buttons the detailed...
I think we can build a view pretty similar to that one on your screenshot, and that could be the starting point, so we improve from there... The point about...
I just realized the calendar entity have an state which could be `on` or `off` and as I understood that will indicate if some activity is currently on time (between...
As I understood, those cards can show multiple calendars, is that correct? Would be ok if the first implementation could show only one calendar per time?
On the climate domain, we have an "special" climate entity which is the internal climate, with a link from the home page when you click the internal temperature. Then later...