Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Jul 9, 2024
1 parent e6a8dd4 commit dc27ec3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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**:<br>
Expand Down
8 changes: 4 additions & 4 deletions extras/docker-compose/other/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions extras/docker-compose/unified/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified images/nodered_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/nodered_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc27ec3

Please sign in to comment.