You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed the sensors tankname_manualcolorsimulationenabled and tankname_manualdaytimesimulationenabled
- Fixed Firmware / Software version bug
- Bumped manifest.json version to 2.0.1
*`tankname_profiles` (Count of available profiles)
21
-
*`tankname_manualcolorsimulationenabled`**This will be removed in a future version**
22
-
*`tankname_manualdaytimesimulationenabled`**This will be removed in a future version**
23
21
*`tankname_device_time` (Time on the controller)
24
22
*`tankname_tank_combined_sensor` (this combines all the above sensors into one)
25
23
26
24
## Other Entities/Devices
27
-
*`select.tankname_profiles` (Allows you to choose a profile that the controller will use)
25
+
*`select.tankname_profile` (Allows you to choose a profile that the controller will use)
28
26
*`binary_sensor.tankname_manual_color_simulation_enabled` (Shows On/Off - used by the switch)
29
27
*`binary_sensor.tankname_manual_daytime_simulation_enabled` (Shows On/Off - used by the switch)
30
28
*`light.tankname_light` (The main light, allows you to control your tank light)
@@ -34,6 +32,8 @@ These sensors are read only, if you want to do things like turn the aquarium lig
34
32
*`number.tank_name_manual_daytime_simulation_duration` (Sets the duration of the Manual Colour Simulation)
35
33
*`Tank Device` (All sensors are linked to the relevant device)
36
34
35
+
(tank_name will be replaced with whatever you named your fish tank)
36
+
37
37
38
38
## How to install
39
39
@@ -59,6 +59,10 @@ Also, Home Assistants way of dealing with colours on the colour wheel doesn't pl
59
59
60
60
Any bugs you find, please post on GitHub (and provide logs!).
61
61
62
+
## Upgrade Notes
63
+
64
+
The sensors tankname_manualcolorsimulationenabled and tankname_manualdaytimesimulationenabled have been removed, you will need to manually remove them and update any scripts/automations to use the binary sensors instead.
65
+
62
66
## Bug Reports
63
67
Please follow the template when submitting a bug report, to help logs will be needed. To turn on debug logging for the integration you will need to add something like the following to your configuration.yml
0 commit comments