esphome/esphome/components/binary_sensor_map
kahrendt afc848bf22
Add Bayesian type for binary_sensor_map component (#4640)
* initial support for Bayesian type

* Cast bool state of binary_sensor to uint64_t

* Rename channels to observations with Bayesian

* Improve/standardize comments for all types

* Use black to correct sensor.py formatting

* Add SUM and BAYESIAN binary sensor map tests

* Remove unused variable

* Update esphome/components/binary_sensor_map/binary_sensor_map.cpp

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

---------

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-04-13 01:48:29 +00:00
..
__init__.py Binary sensor map implementation (#551) 2019-05-28 20:41:10 +02:00
binary_sensor_map.cpp Add Bayesian type for binary_sensor_map component (#4640) 2023-04-13 01:48:29 +00:00
binary_sensor_map.h Add Bayesian type for binary_sensor_map component (#4640) 2023-04-13 01:48:29 +00:00
sensor.py Add Bayesian type for binary_sensor_map component (#4640) 2023-04-13 01:48:29 +00:00