Commit Graph

52 Commits

Author SHA1 Message Date
Tom Sightler
d1abc0a7d1 Fix up linting errors 2024-08-06 23:03:40 -04:00
Tom Sightler
22629adb05 Update entity categories 2024-04-18 20:56:30 -04:00
Tom Sightler
c03cc5a87f Update entity categories 2024-04-04 21:19:09 -04:00
xannor
37ceb5e8ea add entity_category support to discovery message and entities. (#767)
Not final state, but will start here.
2024-01-25 12:22:08 -05:00
tsightler
3bbffc6dfa Fix incorrect case for light commands 2023-08-28 21:51:21 -04:00
tsightler
19e3dcc1a3 Switch true/false conditionals to boolean 2023-08-28 21:39:42 -04:00
tsightler
bfb880dcc5 Explicitly set number entities UI behavior 2023-08-28 14:38:23 -04:00
tsightler
f13af473a6 Minor syntax cleanups 2023-06-30 14:07:58 -04:00
tsightler
b64cbb2092 Intercom support fixes 2023-02-14 17:11:42 -05:00
tsightler
33c2867d4d Release v5.1.2 2023-02-02 23:08:47 -05:00
tsightler
1e6f8f16c6 Fix undefined exception for Chimes without nightlight 2023-02-02 22:06:29 -05:00
tsightler
e6a6e6c9e2 Only pro versions have nightlight 2023-01-21 16:07:36 -05:00
tsightler
46f0d78afb Enable nightlight only for pro 2023-01-21 16:05:29 -05:00
tsightler
f854bf098c Cleanup attributes publishing 2023-01-21 15:53:41 -05:00
tsightler
452548a369 Tweak nightlight state 2023-01-21 15:46:28 -05:00
tsightler
5959a7451e Fix attribute for nightlight state 2023-01-21 15:33:26 -05:00
tsightler
30a7ab64f8 Fix attribute logging 2023-01-21 15:28:20 -05:00
tsightler
df4475ffe3 Include nightlight state as attribute 2023-01-21 15:27:01 -05:00
tsightler
36f3ae2c78 Fix nightlight state attribute 2023-01-21 15:22:50 -05:00
tsightler
76737292f1 Fix nightlight typo 2023-01-21 15:12:42 -05:00
tsightler
f11d5d49d1 Include nightlight on/off state as attribute 2023-01-21 15:08:01 -05:00
tsightler
4f58c8db25 Fix another nightlight typo 2023-01-21 14:28:43 -05:00
tsightler
3737194810 Fix set time for nightlight 2023-01-21 14:25:22 -05:00
tsightler
5f37cbea6f Fix incorrect variable 2023-01-21 14:22:57 -05:00
tsightler
bb7ef92078 Tweak light set function 2023-01-21 14:18:17 -05:00
tsightler
7baafdc06b Tweak nightlight update 2023-01-21 13:23:16 -05:00
tsightler
7f8b36e8eb Fix typo for nightlight 2023-01-21 12:40:27 -05:00
tsightler
e517b3dc09 Fix type in nightlight 2023-01-21 12:29:36 -05:00
tsightler
2f19e08784 Add nightlight enable/disable 2023-01-21 12:20:14 -05:00
tsightler
92828cc481 Update chime.js 2023-01-20 21:05:34 -05:00
tsightler
8f5f15ed86 Convert to ESM/replace colors with chalk 2023-01-02 14:28:21 -05:00
tsightler
01d10036f8 Granular sensor bypass 2022-04-24 14:59:00 -04:00
tsightler
0c557dc46b Add device level bypass 2022-04-22 00:19:06 -04:00
tsightler
5abe17d231 Standardize requires 2022-04-05 13:55:32 -04:00
tsightler
bae04f9397 Support per-camera snapshot modes 2022-04-04 17:02:19 -04:00
tsightler
822cca4dc2 Use push notifications vs dings 2022-04-04 01:03:45 -04:00
tsightler
c9478d4a94 Initial device state framework 2022-04-03 12:56:38 -04:00
tsightler
972cd95b4f Implement state 2022-04-01 22:33:30 -04:00
tsightler
5fc706b80b Uses events for device commands 2022-03-08 20:59:53 -05:00
tsightler
a702a98d96 Implement event based engine
* First steps toward EventEmitter based core
2022-03-04 20:41:02 -05:00
tsightler
23af855094 Standardize multi-device discovery logic 2022-02-03 20:21:04 -05:00
tsightler
000653e1bf granular debug options 2021-09-25 15:28:49 -04:00
tsightler
ab998b0309 Release 4.8.4 (#270)
## v4.8.4
**Fixed Bugs**  
- Event streams failed to update status to off/inactive after event finished playing, causing various replay issues
- Minor change to default filter for value templates entities to hopefully quiet warnings for openHAB users attempting to leverage this project via the Home Assistant MQTT binding

**Minor Enhancements**
- Chimes snooze switch now includes additional JSON attribute with "minutes_remaining" showing approximate number of minutes before snooze expires.
2021-09-22 20:59:21 -04:00
tsightler
cd8ac02045 Release 4.8.3 (#267)
## v4.8.3
**New Features**
- The event stream select entity now includes eventId and recordingUrl attributes with values updated based on the selected event to facilitate automatic downloading of recorded videos. See the [camera documentation](CAMERAS.md) for more information and an example automation using Home Assistant downloader service.
- Dome sirens (and perhaps other Z-wave sirens) are now supported

**Fixed Bugs**
- Refactor and simplify snapshot functions, especially for battery cameras.  This should hopefully fix the issue of no motion snapshots for users with battery powered cameras.

**Breaking Changes**
- Siren devices are now represented as a switch instead of a binary_sensor.

**Other Changes**
- Device debug output now includes device name for all entries, including all received commands
2021-09-20 23:02:13 -04:00
tsightler
99f140f196 Release 4.7.0 (#224)
See docs/CHANGELOG.md
2021-08-16 19:49:52 -04:00
tsightler
1402e69234 Update chime.js 2021-07-28 20:26:55 -04:00
tsightler
d5ad7205eb Update chime.js 2021-07-28 16:21:21 -04:00
tsightler
26ecfcad97 Update chime.js 2021-07-28 14:53:14 -04:00
tsightler
4637deeebf Update chime.js 2021-07-28 13:49:48 -04:00
tsightler
7686c88565 Update chime.js 2021-07-28 13:26:34 -04:00