Remove legacy unique_id field from entities (#9022)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-07-16 04:56:49 +00:00
committed by GitHub
co-authored by Jesse Hills
parent 231bcb1f7d
commit f3c0c0c00c
26 changed files with 54 additions and 285 deletions
-1
View File
@@ -96,7 +96,6 @@ void Sensor::clear_filters() {
}
float Sensor::get_state() const { return this->state; }
float Sensor::get_raw_state() const { return this->raw_state; }
std::string Sensor::unique_id() { return ""; }
void Sensor::internal_send_state_to_frontend(float state) {
this->set_has_state(true);