chore(home-assistant): create stubs where some more types of Home Assistant entities will go
This commit is contained in:
0
home-assistant/src/binary_sensor/mod.rs
Normal file
0
home-assistant/src/binary_sensor/mod.rs
Normal file
0
home-assistant/src/input_boolean/mod.rs
Normal file
0
home-assistant/src/input_boolean/mod.rs
Normal file
0
home-assistant/src/input_number/mod.rs
Normal file
0
home-assistant/src/input_number/mod.rs
Normal file
0
home-assistant/src/input_text/mod.rs
Normal file
0
home-assistant/src/input_text/mod.rs
Normal file
@@ -1,13 +1,21 @@
|
|||||||
|
pub mod binary_sensor;
|
||||||
pub mod domain;
|
pub mod domain;
|
||||||
pub mod entity_id;
|
pub mod entity_id;
|
||||||
pub mod event;
|
pub mod event;
|
||||||
pub mod home_assistant;
|
pub mod home_assistant;
|
||||||
|
pub mod input_boolean;
|
||||||
|
pub mod input_number;
|
||||||
|
pub mod input_text;
|
||||||
pub mod light;
|
pub mod light;
|
||||||
pub mod logger;
|
pub mod logger;
|
||||||
|
pub mod notify;
|
||||||
pub mod object_id;
|
pub mod object_id;
|
||||||
|
pub mod sensor;
|
||||||
pub mod service;
|
pub mod service;
|
||||||
pub mod service_registry;
|
pub mod service_registry;
|
||||||
pub mod slug;
|
pub mod slug;
|
||||||
pub mod state;
|
pub mod state;
|
||||||
pub mod state_machine;
|
pub mod state_machine;
|
||||||
pub mod state_object;
|
pub mod state_object;
|
||||||
|
pub mod switch;
|
||||||
|
pub mod unit_of_measurement;
|
||||||
|
|||||||
1
home-assistant/src/switch/mod.rs
Normal file
1
home-assistant/src/switch/mod.rs
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user