mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 07:16:29 +00:00
Notify entity: add title to states section (#2312)
This commit is contained in:
parent
8937500ddd
commit
e4b3bfe769
@ -13,7 +13,10 @@ and can be helpful to send notification messages as (but not limited to):
|
|||||||
- a direct message or chat
|
- a direct message or chat
|
||||||
- a screen message on a device's LCD display
|
- a screen message on a device's LCD display
|
||||||
|
|
||||||
Unlike a `text` entity the `notify` entity has no state that can be set. Instead it represents the date and time of the last message sent.
|
## States
|
||||||
|
|
||||||
|
The state of a notify entity is a timestamp, representing the date and time of the last message sent.
|
||||||
|
Unlike a `text` entity, the `notify` entity has no state that can be set.
|
||||||
|
|
||||||
If you want to represent something that has a text value that can be changed (and thus has an actual state), you should use a `text` entity instead.
|
If you want to represent something that has a text value that can be changed (and thus has an actual state), you should use a `text` entity instead.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user