chore(home-assistant): create stubs where some more types of Home Assistant entities will go

This commit is contained in:
2026-01-07 02:10:39 -05:00
parent fa36b39e81
commit 5cc30c5371
6 changed files with 9 additions and 0 deletions

View File

View File

View File

View File

View File

@@ -1,13 +1,21 @@
pub mod binary_sensor;
pub mod domain;
pub mod entity_id;
pub mod event;
pub mod home_assistant;
pub mod input_boolean;
pub mod input_number;
pub mod input_text;
pub mod light;
pub mod logger;
pub mod notify;
pub mod object_id;
pub mod sensor;
pub mod service;
pub mod service_registry;
pub mod slug;
pub mod state;
pub mod state_machine;
pub mod state_object;
pub mod switch;
pub mod unit_of_measurement;

View File

@@ -0,0 +1 @@