diff --git a/README.md b/README.md index 9cbb73d3..d043e1f8 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Z-Wave devices in [`zwave_js`](https://www.home-assistant.io/integrations/zwave_ Description | value -- | -- -Entities in the [`automation`](https://www.home-assistant.io/components/automation) domain | 124 +Entities in the [`automation`](https://www.home-assistant.io/components/automation) domain | 125 Entities in the [`binary_sensor`](https://www.home-assistant.io/components/binary_sensor) domain | 155 Entities in the [`button`](https://www.home-assistant.io/components/button) domain | 37 Entities in the [`camera`](https://www.home-assistant.io/components/camera) domain | 15 @@ -78,9 +78,9 @@ Entities in the [`datetime`](https://www.home-assistant.io/components/datetime) Entities in the [`device_tracker`](https://www.home-assistant.io/components/device_tracker) domain | 4 Entities in the [`event`](https://www.home-assistant.io/components/event) domain | 14 Entities in the [`fan`](https://www.home-assistant.io/components/fan) domain | 3 -Entities in the [`group`](https://www.home-assistant.io/components/group) domain | 18 +Entities in the [`group`](https://www.home-assistant.io/components/group) domain | 19 Entities in the [`image`](https://www.home-assistant.io/components/image) domain | 7 -Entities in the [`input_boolean`](https://www.home-assistant.io/components/input_boolean) domain | 29 +Entities in the [`input_boolean`](https://www.home-assistant.io/components/input_boolean) domain | 30 Entities in the [`input_datetime`](https://www.home-assistant.io/components/input_datetime) domain | 32 Entities in the [`input_number`](https://www.home-assistant.io/components/input_number) domain | 6 Entities in the [`input_select`](https://www.home-assistant.io/components/input_select) domain | 19 @@ -94,17 +94,17 @@ Entities in the [`plant`](https://www.home-assistant.io/components/plant) domain Entities in the [`remote`](https://www.home-assistant.io/components/remote) domain | 4 Entities in the [`script`](https://www.home-assistant.io/components/script) domain | 48 Entities in the [`select`](https://www.home-assistant.io/components/select) domain | 5 -Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 513 +Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 515 Entities in the [`siren`](https://www.home-assistant.io/components/siren) domain | 1 Entities in the [`sun`](https://www.home-assistant.io/components/sun) domain | 1 -Entities in the [`switch`](https://www.home-assistant.io/components/switch) domain | 175 +Entities in the [`switch`](https://www.home-assistant.io/components/switch) domain | 177 Entities in the [`timer`](https://www.home-assistant.io/components/timer) domain | 6 Entities in the [`tts`](https://www.home-assistant.io/components/tts) domain | 1 Entities in the [`update`](https://www.home-assistant.io/components/update) domain | 35 Entities in the [`vacuum`](https://www.home-assistant.io/components/vacuum) domain | 1 Entities in the [`weather`](https://www.home-assistant.io/components/weather) domain | 1 Entities in the [`zone`](https://www.home-assistant.io/components/zone) domain | 6 -**Total state objects** | **1385** +**Total state objects** | **1392** ## The HACS integrations/plugins that I use: **Appdaemon**:
diff --git a/extras/docker-compose/other/docker-compose.yml b/extras/docker-compose/other/docker-compose.yml index 41026974..28157b39 100644 --- a/extras/docker-compose/other/docker-compose.yml +++ b/extras/docker-compose/other/docker-compose.yml @@ -521,10 +521,10 @@ services: - DISPLAY=${DISPLAY:-:0.0} - GENERATE_SPECIFIC=true - DEVICE_MODEL=iMacPro1,1 - - SERIAL=C02F1QY1HX87 - - BOARD_SERIAL=C02053200GUJG36CB - - UUID=76F638BF-7636-4891-83B8-E1904DB20EB7 - - MAC_ADDRESS=6C:E5:C9:89:6B:07 + - SERIAL=SERIAL + - BOARD_SERIAL=SERIAL + - UUID=7UUID + - MAC_ADDRESS=MAC - WIDTH=1920 - HEIGHT=1080 - EXTRA=-display none -vnc 0.0.0.0:99,password-secret=secvnc0 -object secret,id=secvnc0,data=vncpass diff --git a/extras/docker-compose/unified/docker-compose.yml b/extras/docker-compose/unified/docker-compose.yml index 95abac93..4c137ce5 100644 --- a/extras/docker-compose/unified/docker-compose.yml +++ b/extras/docker-compose/unified/docker-compose.yml @@ -736,10 +736,10 @@ services: - DISPLAY=${DISPLAY:-:0.0} - GENERATE_SPECIFIC=true - DEVICE_MODEL=iMacPro1,1 - - SERIAL=C02F1QY1HX87 - - BOARD_SERIAL=C02053200GUJG36CB - - UUID=76F638BF-7636-4891-83B8-E1904DB20EB7 - - MAC_ADDRESS=6C:E5:C9:89:6B:07 + - SERIAL=SERIAL + - BOARD_SERIAL=SERIAL + - UUID=7UUID + - MAC_ADDRESS=MAC - WIDTH=1920 - HEIGHT=1080 - EXTRA=-display none -vnc 0.0.0.0:99,password-secret=secvnc0 -object secret,id=secvnc0,data=vncpass diff --git a/images/nodered_1.png b/images/nodered_1.png index 2dfaf1ee..6e0e61d2 100644 Binary files a/images/nodered_1.png and b/images/nodered_1.png differ diff --git a/images/nodered_2.png b/images/nodered_2.png index b2f31302..7c171110 100644 Binary files a/images/nodered_2.png and b/images/nodered_2.png differ