Fout tijdens het ophalen van een originele bron: NetworkError when attempting to fetch resource.
Bron-URL: webpack:///chunk.27e04144babbf2091a6d.js
Gepauzeerd bij uitzondering
NotFoundError: IDBDatabase.transaction: 'mdi-icon-store' is not a known object store name
@neliss so far Iâm really loving this new update! One thing though, I notice the docs are confusing with some variables, especially customize. In the overview it states you need to use customize
However, further down, these examples are given:
This one says entities (which is the old one I believe) and doesnât work, the card throws an error.
entities:
light.my_lamp:
name: "Dining light"
icon: ceiling-light
actions:
- service: turn_on
service_data:
brightness: 100 # note that brightness is from 0-255 so 100 = 40%
name: "Turn on at 40%"
icon: lightbulb-on-outline
This one uses customize like the overiew instead of entities, but the variables under the entity is in a list with a - sign (see service)
Honestly I didnât have the time to test things properly.
I only worked a couple of hours on this update and most went into the UI editor.
But Iâm fine with people reporting bug issuesâŠ
I will patch them in the next couple of days.
As long as things stay between acceptable annoyance levels.
If not, then I would like to hear it.
I could choose a more slow and steady way of working as well, but I like to give quick updates to you guys
Currently I manage all my thermostats with either Automations and inputs, or on another installation with Google Calendar, both are ok. But an integrated agenda will be much better, especially when it has the conditions, workday, etcâŠ
You should include the entities first to the card, then to the group.
This is because groups are optional (they are automatically generated for you if you do donât configure)
This is not really a bug.
If an entity_id contains the word that you provide in the include and it starts with it, it is allowed.
Perhaps this is not ideal though, I could change it to only check for the domain or the complete entity_id.