1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-13 07:20:01 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Erik Montnemery
045c327928 Move DeviceInfo from entity to device registry ()
* Move DeviceInfo from entity to device registry

* Update integrations
2023-08-10 22:04:26 -04:00
Marc Mueller
995c29e052 Cleanup EventType typing () 2023-07-24 13:18:38 +02:00
Marc Mueller
8c870a5683 Use EventType for state changed [m-z] () 2023-07-24 08:07:07 +02:00
Erik Montnemery
4860a8d1e8 Don't use storage collection helper in ExposedEntities ()
* Don't use storage collection helper in ExposedEntities

* Fix tests
2023-05-03 12:39:22 +02:00
Erik Montnemery
e3c16e634b Allow exposing entities not in the entity registry to assistants () 2023-05-02 22:08:09 +02:00
Erik Montnemery
330a7afdfc Teach switch_as_x about exposed entities () 2023-04-26 18:42:49 +02:00
Erik Montnemery
eb63bc7967 Fix switch_as_x name () 2023-04-11 13:54:30 -04:00
Erik Montnemery
5948347b6b Fix switch_as_x entity naming ()
* Fix switch_as_x entity naming

* Simplify name logic
2023-03-22 20:24:05 +01:00
Erik Montnemery
39f5f0946e Store source entity in switch_as_x entity options () 2023-02-28 21:15:44 -05:00
Erik Montnemery
cc564026fa Move EntityCategory to homeassistant.const ()
* Move EntityCategory to homeassistant.const

* Fix more imports
2023-02-09 20:15:37 +01:00
Franck Nijhof
fe5e3320d4 Adjust switch as X to inherit entity category () 2022-09-26 10:22:45 +02:00
epenet
7871a517a8 Import constants from root () 2022-09-12 18:53:05 +02:00
Franck Nijhof
cd3f931ded Add base entity to Switch as X () 2022-03-13 00:04:00 -08:00